Inventory UHF

SOH <add h> <add l> STX ‘1’ ‘8’ ETX <bcc> CR

0x01 = SOH
0x46 = „F“, Device Address, high nibble
0x46 = „F“, Device Address, low nibble
0x02 = STX
0x31 = „1“
0x38 = „8“
0x03 = ETX
 <bcc>
0x0D = CR

In hexadecimal values: 
01 46 46 02 31 38 03 09 0D


--------



Send this command to the BlueBox:
01 46 46 02 31 38 03 09 0D


Possible replies from the BlueBox:


01 46 46 15 14 0D -- Command Execution not possible

The Bytes in Detail:
01 = SOH
46 = „F“, Geräteadresse high nibble
46 = „F“, Device address low nibble
15 = NACK
14 = <bcc>
0D = CR


01 46 46 02 31 38 30 31 03 08 0D -- nichts gefunden

The Bytes in Detail:
01 = SOH
46 = „F“, Device Address, high nibble
46 = „F“, Device Address, low nibble
02 = STX
31 = „1“
38 = „8“
30 = „0“
31 = „1“
03 = ETX
08 = <bcc>
0D = CR


01 46 46 02 31 38 30 30 33 34 30 30 33 30 33 30 33 31 33 34 33 33 33 35 33 35 33 30 33 30 33 38 33 30 33 31 35 31 36 36 03 05 0D -- Data Tag found with 12 Bytes long EPC

The Bytes in Detail:
01 = SOH
46 = „F“, Device Address, high nibble
46 = „F“, Device Address, low nibble
02 = STX
31 = „1“
38 = „8“
30 = „0“
30 = „0“
33 34 30 30 = PC 3400
33 30 33 30
33 31 33 34 
33 33 33 35 
33 35 33 30 
33 30 33 38 
33 30 33 31 = EPC 3030.3134.3335.3530.3038.3031.5166 
35 31 36 36 = CRC
03 = ETX
05 = <bcc>
0D = CR


01 46 46 02 31 38 30 30 34 30 30 30 45 32 30 30 32 30 30 33 30 33 31 39 30 31 34 34 30 39 34 30 42 35 42 32 41 43 44 43 32 30 31 31 46 30 32 31 03 09 0D -- Data Tag found with 16 Bytes long EPC

The Bytes in Detail:
01 = SOH
46 = „F“, Device Address, high nibble
46 = „F“, Device Address, low nibble
02 = STX
31 = „1“
38 = „8“
30 = „0“
30 = „0“
34 30 30 30 = PC 3000
45 32 30 30
32 30 30 33 
30 33 31 39 
30 31 34 34 
30 39 34 30 
42 35 42 32 
41 43 44 43 
32 30 31 31 = EPC F200.2003.0319.0144.0940.B5B2.ACDC.2011.F021 
46 30 32 31 = CRC
03 = ETX
09 = <bcc>
0D = CR


01 46 46 02 31 38 30 30 33 30 30 30 34 31 37 32 37 34 36 39 36 33 36 43 36 35 33 38 33 35 33 33 33 37 33 34 44 30 31 45 03 7B 0D -- Data Tag with the text "Article85374" in the EPC memory bank

The Bytes in Detail:
01 = SOH
46 = „F“, Device Address, high nibble
46 = „F“, Device Address, low nibble
02 = STX
31 = „1“
38 = „8“
30 = „0“
30 = „0“
33 30 30 30 = PC 3000
34 31 37 32
37 34 36 39 
36 33 36 43 
36 35 33 38 
33 35 33 33 
33 37 33 34 = EPC 4172.7469.636C.6538.3533.3734 = "Article85374"
44 30 31 45 = CRC
03 = ETX
7B = <bcc>
0D = CR